home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / QuickZip / quickzip_460013.exe / {app} / quickzip.chm / cshelp.txt < prev    next >
Text File  |  2005-10-02  |  3KB  |  127 lines

  1.  
  2. .topic 0
  3. ContentArray = array of Contenttype
  4.  
  5. type ContentType = packed record
  6.         _FileRatio: Word;
  7.         _FileIcon: Word;
  8.         _Tag:Word;
  9.         _FileSize : LongWord;
  10.         _FilePackedSize: LongWord;
  11.         _FileTime: TDatetime;
  12.         _FileCRC: string;
  13.         _FileName:string;
  14.         _FileFullPath:string;
  15.         _FileDefPath:string;
  16.         _FileArchive: String;
  17.         _Filetype: string;
  18.         _Encrypted:Boolean;
  19.         _Selected: Boolean;
  20.     end;
  21.  
  22. .topic 0
  23. type TCMsgEvent = procedure(Sender: TObject; CErrCode, ErrCode: Integer; Msgtype: MessageType; Message: string) of object;
  24.  
  25. Description
  26. CErrCode
  27. Errcode from the archive component (or DLL)
  28.  
  29. ErrCode
  30. Standardized Errcode.
  31.  
  32. Msgtype
  33. Different types of message.(Msg_OK, Msg_Error, Msg_Warning, Msg_Unknown)
  34.  
  35. Message
  36. Error Message
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. .topic 0
  47. Setting : General : Miscellaneous page.
  48.  
  49. Option
  50. Meaning
  51.  
  52. Reuse Windows
  53. Use same window when open archive (by d-click an archive on Explorer).
  54.  
  55.  
  56.  
  57.  
  58. Startup Page
  59. Page to show when Quick Zip Start up.
  60.  
  61. Default Page after archiveopened
  62. Page to show after opened an archive.
  63.  
  64.  
  65.  
  66. .topic 0
  67. Setting : General : Translation page.
  68.  
  69. A list of translation is available on this page.
  70.  
  71. Option
  72. Meaning
  73.  
  74. Import Translation
  75. Use same window when open archive (by d-click an archive on Explorer).
  76.  
  77.  
  78.  
  79. .topic 0
  80. Setting : Interface : Skins and Fonts page.
  81.  
  82. Option
  83. Meaning
  84.  
  85. Main font
  86. Quick Zip will use this font as the default font.
  87.  
  88. Toolbar Bitmap
  89. You can specify the main toolbar skin here.
  90.  
  91. Menu Toolbar Bitmap
  92. You can specify the menu toolbar skin here.
  93.  
  94.  
  95.  
  96. .topic 0
  97. Setting : Interface : Toolbar and File List page.
  98.  
  99. You can configure to show which Tool button on the main screen.
  100.  
  101. Option
  102. Meaning
  103.  
  104. To Add a button
  105. Double click item on the list
  106.  
  107. To Remove a button
  108. Click Delete Last button (if it's in middle you have to click multiple times to remove all).
  109.  
  110.  
  111.  
  112. .topic 0
  113. Archive
  114. Files compressed into a single file named Archive.
  115. The Advantages of using archive to transfer files or store are :
  116. Smaller result file - Because file are compressed.
  117. Easier to Manage - Because all files are compressed into a single file.
  118. More Secure - Some archive type support encryption to protect your data.
  119.  
  120. So most file over the internet are compressed into archive.
  121.  
  122. The most common archive type on the internet is Zip, even although the compression rate is sometimes lower than other format.
  123.  
  124. .topic 0
  125.  
  126.  
  127.